home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 5 / inter@ivo 1996-06.iso / cybint5 / bin / cast.dxr / 00003.ls < prev    next >
Encoding:
Text File  |  1996-05-13  |  314 b   |  15 lines

  1. on exitFrame
  2.   if (the mouseCast = 6) or (the mouseCast = 7) then
  3.     if the visible of sprite 6 = 0 then
  4.       set the visible of sprite 6 to 1
  5.     end if
  6.   else
  7.     set the visible of sprite 6 to 0
  8.   end if
  9.   if the movieTime of sprite 2 = the duration of cast 2 then
  10.     go("out")
  11.   else
  12.     go(2)
  13.   end if
  14. end
  15.